home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / act2demo.zip / DEMO.BAT < prev   
DOS Batch File  |  1991-11-27  |  667b  |  27 lines

  1. echo off
  2. cls
  3. echo.
  4. echo     ACT! Demo Disk
  5. echo     ═════════════════════════════════
  6. echo.
  7. echo     Welcome to the ACT! Demo.  
  8. echo.
  9. echo     You may pause the presentation at
  10. echo     any time by pressing the Spacebar.
  11. echo     To resume, press the Enter key.
  12. echo.
  13. echo     To exit the demo, press the ESC
  14. echo     key at any time.
  15. echo.
  16. echo     For improved performance, you may
  17. echo     copy the demo files from this 
  18. echo     disk to your hard disk and run
  19. echo     the demo from there.
  20. echo     ─────────────────────────────────
  21. echo.
  22. echo     Press any key to begin or press
  23. echo     [CTRL] [C] to cancel.
  24. pause >nul
  25. cls
  26. actdemoc
  27.